Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Refactor shared package imports #100

Merged
merged 1 commit into from
Nov 15, 2024
Merged

Conversation

sjd78
Copy link
Member

@sjd78 sjd78 commented Nov 15, 2024

The @shared/types package does not actually exist. It was only working because there was a vestigial reference for it in the package-lock.json file from before the shared workspace package was renamed from @shared/types to @editor-extensions/shared. @shared/types was pointing to the shared workspace.

Fixes:

  • Remove the @shared/types reference in the lock file
  • Refactor all of the imports to pull from the current npm package name

The `@shared/types` package does not actually exist. It was
only working because there was a vestigial reference for it
in the `package-lock.json` file from before the shared workspace
package was renamed from `@shared/types` to `@editor-extensions/shared`.
`@shared/types` was pointing to the shared workspace.

Fixes:
  - Remove the `@shared/types` reference in the lock file
  - Refactor all of the imports to pull from the current npm package name

Signed-off-by: Scott J Dickerson <[email protected]>
@sjd78 sjd78 requested a review from a team as a code owner November 15, 2024 00:07
Copy link
Member

@djzager djzager left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@ibolton336
Copy link
Member

Good catch!

@sjd78 sjd78 merged commit 42c2515 into konveyor:main Nov 15, 2024
11 checks passed
@sjd78 sjd78 deleted the fix_shared_import branch November 15, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants